DagsHub: AI Engineers Hub

January 4, 2024

DagsHub is a cloud-based platform that helps individuals and teams manage, track, and collaborate on machine learning (ML) projects. It provides a centralized platform for storing, tracking, and sharing ML models, data, and experiments. Additionally, DagsHub offers features for version control, resource management, and collaboration, making it easier for teams to work together on ML projects.

biological neuron

Some of the key features of DagsHub include:

Overall, DagsHub provides a comprehensive platform for managing and collaborating on ML projects. It simplifies the process of developing, training, and deploying ML models, and makes it easier for teams to work together on ML projects.

Example

The integration of Dagshub with MLflow is highly effective.
You can find more about MLflow on my blog MLflow from my point of view

github repo mlflow-with-dagshub.

The first step is to create a project repository inside Dagshub or we can directly copy it from GitHub repo.

Before running our program we have to export/set some variables.

python example.py

It will take some time to execute.
After execution, we can check our experiments inside dagshub repo.

Related:

← Back